Skip to content

Commit

Permalink
convert jira issues - removing backward compatible, adding links (#30714
Browse files Browse the repository at this point in the history
)

convert jira issues - removing backward compatible, adding links #30714
  • Loading branch information
kobymeir authored Nov 8, 2023
1 parent 2ddd6ec commit 16f39ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/.gitlab-ci.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
- section_end "Stop contrib external build"

.create_artifacts_and_server_type_instance_folders: &create_artifacts_and_server_type_instance_folders
- section_start "Create Artifacts & Server Instance & Server Type folders" --collapsed
- section_start "Create Artifacts, Server Instance, Server Type folders" --collapsed
- |
if [[ -n "${ARTIFACTS_FOLDER}" ]] && [[ ! -d "${ARTIFACTS_FOLDER}" ]]; then
echo "Creating Artifacts folder: ${ARTIFACTS_FOLDER}"
Expand All @@ -113,7 +113,7 @@
mkdir -p -m 777 "${ARTIFACTS_FOLDER_SERVER_TYPE}/logs" # using the -p to create the logs folder as well.
echo "${SERVER_TYPE}" > "${ARTIFACTS_FOLDER_SERVER_TYPE}/server_type.txt"
fi
- section_end "Create Artifacts & Server Instance & Server Type folders"
- section_end "Create Artifacts, Server Instance, Server Type folders"

.clone_and_export_variables: &clone_and_export_variables
- section_start "Git - Job Start Actions" --collapsed
Expand Down
1 change: 1 addition & 0 deletions ci/.gitlab-ci.on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ xpanse-prepare-testing-bucket:
echo "Instance role:${INSTANCE_ROLE} Product type:${PRODUCT_TYPE}"
if [ -n "${NIGHTLY}" ] && [ "${INSTANCE_ROLE}" != "Server Master" ]; then
echo "Not running the instance flow, not a Server Master instance and we are in a nightly build."
rm -f "${ARTIFACTS_FOLDER_INSTANCE}/instance_role.txt" # delete the instance_role.txt file so the job will not be collected by slack notifier.
job-done
exit 0
fi
Expand Down

0 comments on commit 16f39ca

Please sign in to comment.