Cleanup metadata and target path setup

Cleanup metadata and target path setup in 22_test_configs script.

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: I9c3332fb125f3d95427ea2c1c00465aba31afd06
This commit is contained in:
Sreejith Punnapuzha 2021-04-06 15:09:44 -05:00
parent b4e5cb7c24
commit b8936307e5
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}"