diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b1f6261..cb673a94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ stages: - test - deploy -test:app: +test: + stage: testing before_script: - apt-get update - apt-get install zip unzip @@ -21,8 +22,9 @@ test:app: - bash build_zip.sh #- php deploy_release_to_github.php -deploy:app: +deploy: when: manual + stage: release script: - ls - php -r "echo 'Hello, world!';" \ No newline at end of file