1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

Please, please, please let it pass!

Am I a complete moron?
This commit is contained in:
J. Fernando Sánchez
2017-02-27 20:22:55 +01:00
parent c72094b94b
commit 9daae8dda7
2 changed files with 18 additions and 9 deletions

View File

@@ -99,7 +99,9 @@ push-latest: build-$(PYMAIN)
docker push '$(IMAGEWTAG)'
push-%: build-%
docker push $(IMAGEWTAG)-python$*
docker push $(IMAGE):$(VERSION)-python$*
push-main: push-$(PYMAIN)
ci:
gitlab-runner exec docker --docker-volumes /var/run/docker.sock:/var/run/docker.sock --env CI_PROJECT_NAME=$(NAME) ${action}