bamboo: checkout later
This commit is contained in:
parent
3036a46566
commit
4574b050ba
|
@ -89,13 +89,13 @@
|
||||||
'other':
|
'other':
|
||||||
'clean-working-dir': true
|
'clean-working-dir': true
|
||||||
'tasks':
|
'tasks':
|
||||||
|
- 'checkout':
|
||||||
|
'force-clean-build': true
|
||||||
- 'checkout':
|
- 'checkout':
|
||||||
'repository': 'bamboo-deploy-publisher'
|
'repository': 'bamboo-deploy-publisher'
|
||||||
# The paths are always relative to the working directory.
|
# The paths are always relative to the working directory.
|
||||||
'path': 'bamboo-deploy-publisher'
|
'path': 'bamboo-deploy-publisher'
|
||||||
'force-clean-build': true
|
'force-clean-build': true
|
||||||
- 'checkout':
|
|
||||||
'force-clean-build': true
|
|
||||||
- 'script':
|
- 'script':
|
||||||
'interpreter': 'SHELL'
|
'interpreter': 'SHELL'
|
||||||
'scripts':
|
'scripts':
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
make\
|
make\
|
||||||
CHANNEL=${bamboo.channel}\
|
CHANNEL=${bamboo.channel}\
|
||||||
GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\
|
GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\
|
||||||
DEPLOY_SCRIPT_PATH="../bamboo-deploy-publisher/deploy.sh"\
|
DEPLOY_SCRIPT_PATH="./bamboo-deploy-publisher/deploy.sh"\
|
||||||
SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\
|
SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\
|
||||||
FRONTEND_PREBUILT=1\
|
FRONTEND_PREBUILT=1\
|
||||||
PARALLELISM=1\
|
PARALLELISM=1\
|
||||||
|
|
|
@ -143,14 +143,14 @@
|
||||||
'other':
|
'other':
|
||||||
'clean-working-dir': true
|
'clean-working-dir': true
|
||||||
'tasks':
|
'tasks':
|
||||||
|
- 'checkout':
|
||||||
|
'force-clean-build': true
|
||||||
# TODO(e.burkov): !! Remove after test.
|
# TODO(e.burkov): !! Remove after test.
|
||||||
- 'checkout':
|
- 'checkout':
|
||||||
'repository': 'bamboo-deploy-publisher'
|
'repository': 'bamboo-deploy-publisher'
|
||||||
# The paths are always relative to the working directory.
|
# The paths are always relative to the working directory.
|
||||||
'path': 'bamboo-deploy-publisher'
|
'path': 'bamboo-deploy-publisher'
|
||||||
'force-clean-build': true
|
'force-clean-build': true
|
||||||
- 'checkout':
|
|
||||||
'force-clean-build': true
|
|
||||||
- 'script':
|
- 'script':
|
||||||
'interpreter': 'SHELL'
|
'interpreter': 'SHELL'
|
||||||
'scripts':
|
'scripts':
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
ARCH="amd64"\
|
ARCH="amd64"\
|
||||||
CHANNEL=${bamboo.channel}\
|
CHANNEL=${bamboo.channel}\
|
||||||
GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\
|
GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\
|
||||||
DEPLOY_SCRIPT_PATH="../bamboo-deploy-publisher/deploy.sh"\
|
DEPLOY_SCRIPT_PATH="./bamboo-deploy-publisher/deploy.sh"\
|
||||||
SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\
|
SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\
|
||||||
FRONTEND_PREBUILT=1\
|
FRONTEND_PREBUILT=1\
|
||||||
OS="windows darwin linux"\
|
OS="windows darwin linux"\
|
||||||
|
|
Loading…
Reference in New Issue