Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ stages: - static_tests - project_setup - build - release - deploy include: Loading Loading @@ -50,10 +49,10 @@ mkdocs: # See https://docs.gitlab.com/ee/api/releases/ # We can only control the link to the hub, the release is still storing the source code release: stage: deploy image: name: alpine/httpie:2.2.0 entrypoint: [""] stage: deployment variables: PIPENV_PIPFILE: tools/notify/Pipfile before_script: Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ stages: - static_tests - project_setup - build - release - deploy include: Loading Loading @@ -50,10 +49,10 @@ mkdocs: # See https://docs.gitlab.com/ee/api/releases/ # We can only control the link to the hub, the release is still storing the source code release: stage: deploy image: name: alpine/httpie:2.2.0 entrypoint: [""] stage: deployment variables: PIPENV_PIPFILE: tools/notify/Pipfile before_script: Loading