We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315372f commit 2a6098dCopy full SHA for 2a6098d
Dockerfile
@@ -24,9 +24,7 @@ COPY scripts/ /app/scripts/
24
RUN rm -rf packages/mock-n7-ldap pack
25
RUN rm -rf packages/oauth-client
26
27
-RUN df -h
28
RUN yarn install
29
-RUN df -h; exit 1
30
RUN yarn cp-env
31
RUN yarn generate-buildinfo
32
ci/docker.gitlab-ci.yml
@@ -50,6 +50,7 @@ deploy_app:
50
SENTRY_PROJECT: app
51
rules:
52
- if: $CI_COMMIT_TAG =~ /^@churros\/app@(\d+\.\d+\.\d+)/
53
+ - when: manual
54
script:
55
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/app@//')
56
- |
@@ -68,6 +69,7 @@ deploy_sync:
68
69
stage: deploy
70
71
- if: $CI_COMMIT_TAG =~ /^@churros\/sync@(\d+\.\d+\.\d+)/
72
73
74
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/sync@//')
75
0 commit comments