Let prepare be empty for now

This commit is contained in:
Ugljesa Jovanovic 2020-10-05 23:28:02 +02:00
parent aea3eb72fa
commit 5839342be7
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -14,7 +14,7 @@ variables:
simpleCheck:
stage: prepare
script: ./gradlew tasks
script: echo PREPARE
tags:
- linuxX64
@ -23,7 +23,6 @@ buildLinux:
when: manual
allow_failure: false
script:
- echo TEST_PULL_REQUEST_LINUX
- ./linuxBuild.sh
tags:
- linuxX64