File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
16
16
.setup-network-certs : &setup-network-certs
17
- - source .gitlab/helper_functions.sh
18
- - chmod 700 $NETWORK_SETUP
19
- - source $NETWORK_SETUP
17
+ - section_start "Setup network certs" --collapsed
18
+ - chmod 700 ${CERTIFICATE_SETUP_SCRIPT}
19
+ - source ${CERTIFICATE_SETUP_SCRIPT}
20
20
- section_end "Setup network certs"
21
21
22
+ .setup-artifactory : &setup-artifactory
23
+ - section_start "Setup Artifactory" --collapsed
24
+ - chmod 700 ${ARTIFACTORY_SETUP_SCRIPT}
25
+ - source ${ARTIFACTORY_SETUP_SCRIPT}
26
+ - section_end "Setup Artifactory"
22
27
23
28
# ## Global Script Snippets ###
24
29
166
171
167
172
.default-before-script :
168
173
before_script :
174
+ - source .gitlab/helper_functions.sh
169
175
- *setup-network-certs
176
+ - *setup-artifactory
170
177
- *stop_contrib_external_build
171
178
- *clone_and_export_variables
172
179
- *check_build_files_are_up_to_date
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ stages:
20
20
21
21
22
22
variables :
23
+ ARTIFACTORY_ENABLED : " true"
23
24
PIP_DISABLE_PIP_VERSION_CHECK : " 1"
24
25
DONT_CACHE_LAST_RESPONSE : " true"
25
26
GCS_MARKET_BUCKET : " marketplace-dist"
You can’t perform that action at this time.
0 commit comments