Skip to content
Snippets Groups Projects
Unverified Commit 9996128a authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Only deploy the master branch

parent 547b0329
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ backend_test:
deploy:
stage: deploy
only:
- master
script:
- apt-get update -qq && apt-get install -qq zip
- zip -r application.zip * .[^.]*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment