We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only the Docker Gitlab-Runner is supported. But we use at least two. Runner as Docker (Rancher) or standard Runner using DIND (Agile).
Both should be supported.
The text was updated successfully, but these errors were encountered:
I've added or altered the following files
.gitlab-ci.yml `services:
variables: DOCKER_TLS_CERTDIR: '' DOCKER_DRIVER: overlay`
Makefile
deploy: ## Deploy stack # Build #@GITLAB_RUNNER_ID="$(shell docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=$(CI_JOB_ID)" --format '{{.Names}}' )" @docker-compose \ -p novoconnect_fe_deploy_$(VERSION)_$(CI_PIPELINE_ID) \ -f ops/docker-compose.ops.yaml \ build \ --force-rm \ --no-cache \ --pull \ deploy-$(ENVIRONMENT) # Run @mkdir ./artifacts #@GITLAB_RUNNER_ID="$(shell docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=$(CI_JOB_ID)" --format '{{.Names}}' )" @ops/trap_command.sh \ "docker-compose -p novoconnect_fe_deploy_$(VERSION)_$(CI_PIPELINE_ID) -f ops/docker-compose.ops.yaml run --rm -e VERSION=$(VERSION) deploy-$(ENVIRONMENT)" \ "docker-compose -p novoconnect_fe_deploy_$(VERSION)_$(CI_PIPELINE_ID) -f ops/docker-compose.ops.yaml down -v --remove-orphans"
Sorry, something went wrong.
No branches or pull requests
Currently only the Docker Gitlab-Runner is supported. But we use at least two. Runner as Docker (Rancher) or standard Runner using DIND (Agile).
Both should be supported.
The text was updated successfully, but these errors were encountered: