Skip to content
Snippets Groups Projects
Commit 891ed5af authored by derrabauke's avatar derrabauke
Browse files

Delete 'only' parameter since we use rules now

parent 02b8ca3f
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,6 @@ build_client:
- docker build -t $CLIENT_IMAGE_TAG .
- docker tag $CI_COMMIT_TAG
- docker push --all-tags $CLIENT_IMAGE_TAG
only:
- master
build_server:
stage: build
......@@ -85,5 +83,3 @@ build_server:
- docker build -t $SERVER_IMAGE_TAG .
- docker tag $SERVER_IMAGE_TAG $SERVER_RELEASE_IMAGE_TAG
- docker push $SERVER_RELEASE_IMAGE_TAG
only:
- master
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