Skip to content

Commit 2a6098d

Browse files
committed
chore(ci): seems to work when only running one job at a time
1 parent 315372f commit 2a6098d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ COPY scripts/ /app/scripts/
2424
RUN rm -rf packages/mock-n7-ldap pack
2525
RUN rm -rf packages/oauth-client
2626

27-
RUN df -h
2827
RUN yarn install
29-
RUN df -h; exit 1
3028
RUN yarn cp-env
3129
RUN yarn generate-buildinfo
3230

ci/docker.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ deploy_app:
5050
SENTRY_PROJECT: app
5151
rules:
5252
- if: $CI_COMMIT_TAG =~ /^@churros\/app@(\d+\.\d+\.\d+)/
53+
- when: manual
5354
script:
5455
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/app@//')
5556
- |
@@ -68,6 +69,7 @@ deploy_sync:
6869
stage: deploy
6970
rules:
7071
- if: $CI_COMMIT_TAG =~ /^@churros\/sync@(\d+\.\d+\.\d+)/
72+
- when: manual
7173
script:
7274
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/sync@//')
7375
- |

0 commit comments

Comments
 (0)