Merge "Cleanup metadata and target path setup" into v2

This commit is contained in:
Zuul 2021-04-08 18:27:43 +00:00 committed by Gerrit Code Review
commit 5ab8941ba8
1 changed files with 5 additions and 4 deletions

View File

@ -37,14 +37,15 @@ export AIRSHIPCTL_REF=${AIRSHIPCTL_REF:-"$(git rev-parse HEAD)"}
airshipctl config set-manifest treasuremap_ci \
--repo airshipctl \
--url "${AIRSHIPCTL_REPO_URL}" \
--commithash "${AIRSHIPCTL_REF}" \
--target-path "${AIRSHIP_CONFIG_MANIFEST_DIRECTORY}" \
--metadata-path "${AIRSHIP_CONFIG_METADATA_PATH}"
--commithash "${AIRSHIPCTL_REF}"
airshipctl config set-manifest treasuremap_ci \
--repo primary \
--url "${AIRSHIP_CONFIG_PHASE_REPO_URL}" \
--commithash "${TREASUREMAP_REF}" \
--commithash "${TREASUREMAP_REF}"
# Add target path and metadata path
airshipctl config set-manifest treasuremap_ci \
--target-path "${AIRSHIP_CONFIG_MANIFEST_DIRECTORY}" \
--metadata-path "${AIRSHIP_CONFIG_METADATA_PATH}"