File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ services:
33 - docker
44language : cpp
55compiler :
6- - gcc
6+ - gcc
77before_install :
8- - docker build -t extplane-panel .
8+ - docker build -t extplane-panel .
99script :
10- - docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh
10+ - docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh
1111branches :
1212 only :
1313 - master
@@ -22,8 +22,10 @@ deploy:
2222 provider : releases
2323 api_key :
2424 secure : eWDl6+Wr4aeL74G1Xaid7sbwH59M7PW0Jdw2vU+7Erp7W29x3T6semta19xscYK/bJuZT6oV7j/0o1BOYdbvLkXs8KuCiwyGIBiOxGikpFKOaLpGWwKAm2BHZ/YXoeELPtvI2AUTGOPGJYuOmdo3vs4Wh621Hmc3UrdjRlnCkUo=
25+ before_deploy :
26+ - echo Before deploy, checking the output file is there :
27+ - ls -l output/extplane-panel.zip
2528 file : output/extplane-panel.zip
2629 skip_cleanup : true
2730 on :
2831 repo : vranki/ExtPlane-Panel
29-
You can’t perform that action at this time.
0 commit comments