Skip to content

Commit

Permalink
chore(ci): see runner space just before yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Nov 12, 2024
1 parent 12804e0 commit d6ea55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY scripts/ /app/scripts/
RUN rm -rf packages/mock-n7-ldap pack
RUN rm -rf packages/oauth-client

RUN df -h; exit 1
RUN yarn install
RUN yarn cp-env
RUN yarn generate-buildinfo
Expand Down
1 change: 1 addition & 0 deletions ci/docker.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deploy_api:
stage: deploy
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/api@(\d+\.\d+\.\d+)/
- if: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/api@//')
- |
Expand Down

0 comments on commit d6ea55d

Please sign in to comment.