diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7706a737c714b3b96f8ef7c0b9fd3af39ca5d7c6..9a6bd4ea3f6cc368fc62a5be8f8f62bd1a80f709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ release_build_master: NODE_ENV: "development" script: - apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev curl - - curl https://sh.rustup.rs -sSf | sh + - curl https://sh.rustup.rs -sSfy | sh - git config --global user.email $(git --no-pager show -s --format='%ae' HEAD) - git config --global user.name $(git --no-pager show -s --format='%an' HEAD) - pip install -U pip @@ -153,7 +153,7 @@ release_build_develop: NODE_ENV: "development" script: - apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev curl - - curl https://sh.rustup.rs -sSf | sh + - curl https://sh.rustup.rs -sSfy | sh - yarn install --pure-lockfile --cache-folder .yarn-cache - pip install -U pip - pip install bumpversion