Skip to content

Commit

Permalink
fix: use project_path (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jul 30, 2021
1 parent 005ae69 commit ff1b920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ variables:
FF_USE_FASTZIP: "true"
TRANSFER_METER_FREQUENCY: "1s"
YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/.cache/yarn"
PROJECT_PATH: socialgouv/cdtn-admin

#
#
Expand Down Expand Up @@ -137,7 +138,7 @@ Release:
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
# Use github as origin
# see https://github.com/SocialGouv/gitlab-ci-yml/blob/v20.7.14/base_semantic_release_stage.yml#L20-L22
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/socialgouv/cdtn-admin.git
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${PROJECT_PATH}.git

- yarn global add lerna

Expand Down

0 comments on commit ff1b920

Please sign in to comment.