Loading templates/docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ .compose-run: image: adarnimrod/ci-images:docker stage: run stage: deploy when: manual script: - docker-compose up --detach --remove-orphans Loading templates/gitlab-release.yml +1 −1 Original line number Diff line number Diff line --- gitlab-release: stage: release stage: deploy image: registry.gitlab.com/gitlab-org/release-cli:latest script: - !!str true Loading templates/pypi-upload.yml +1 −1 Original line number Diff line number Diff line --- pypi-upload: stage: release stage: deploy image: python:slim before_script: - pip install twine Loading Loading
templates/docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ .compose-run: image: adarnimrod/ci-images:docker stage: run stage: deploy when: manual script: - docker-compose up --detach --remove-orphans Loading
templates/gitlab-release.yml +1 −1 Original line number Diff line number Diff line --- gitlab-release: stage: release stage: deploy image: registry.gitlab.com/gitlab-org/release-cli:latest script: - !!str true Loading
templates/pypi-upload.yml +1 −1 Original line number Diff line number Diff line --- pypi-upload: stage: release stage: deploy image: python:slim before_script: - pip install twine Loading