Skip to content

Commit

Permalink
chore(ci): seems to work when only running one job at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Nov 12, 2024
1 parent 315372f commit 2a6098d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ COPY scripts/ /app/scripts/
RUN rm -rf packages/mock-n7-ldap pack
RUN rm -rf packages/oauth-client

RUN df -h
RUN yarn install
RUN df -h; exit 1
RUN yarn cp-env
RUN yarn generate-buildinfo

Expand Down
2 changes: 2 additions & 0 deletions ci/docker.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ deploy_app:
SENTRY_PROJECT: app
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/app@(\d+\.\d+\.\d+)/
- when: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/app@//')
- |
Expand All @@ -68,6 +69,7 @@ deploy_sync:
stage: deploy
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/sync@(\d+\.\d+\.\d+)/
- when: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/sync@//')
- |
Expand Down

0 comments on commit 2a6098d

Please sign in to comment.