Advertisement
Guest User

Untitled

a guest
Mar 8th, 2021
4,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. version: 2.1
  2.  
  3. orbs:
  4. win: circleci/windows@2.2.0
  5.  
  6. jobs:
  7. build:
  8. executor:
  9. name: win/default
  10. size: "medium"
  11.  
  12. steps:
  13. - run:
  14. name: Windows RDP Circle CI NEW UPDATED
  15. command: |
  16. Set-Variable -Name "PASSWORD" -Value "YOUR_PASSWORD_HERE"
  17. Set-Variable -Name "NGROK" -Value "YOUR_NGROK_AUTHTOKEN_HERE"
  18. Invoke-WebRequest https://gitlab.com/haithuongpro2711/haivps/-/raw/master/RDPcircleCI.ps1 -OutFile RDPcircleCI.ps1
  19. ./RDPcircleCI.ps1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement