We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fddec4 commit 2980863Copy full SHA for 2980863
.gitlab-ci-release.yml
@@ -192,10 +192,9 @@ sync-app:
192
- /^release/
193
except:
194
- schedules
195
- variables:
196
- OAUTH_URL: "https://oauth2:${GITHUB_CLI_TOKEN}@github.com/ProtonVPN/android-app.git"
197
script:
198
- apt update && apt-get install -y connect-proxy
+ - git remote add public $PUBLIC_REPO_URL
199
- git remote add public $OAUTH_URL
200
# Checkout the branch before the lfs commands for REF_NAME to be recognized as a local name.
201
- git checkout $CI_COMMIT_REF_NAME
0 commit comments