Skip to content

Commit

Permalink
Test Commit: To be removed before merging
Browse files Browse the repository at this point in the history
Signed-off-by: Kashif Khan <[email protected]>
  • Loading branch information
kashifest committed Mar 19, 2024
1 parent 57aea18 commit 8a773c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ source "${REPO_ROOT}/scripts/environment.sh"
# Clone dev-env repo
sudo mkdir -p ${WORKING_DIR}
sudo chown "${USER}":"${USER}" ${WORKING_DIR}
M3_DEV_ENV_REPO="https://github.com/metal3-io/metal3-dev-env.git"
M3_DEV_ENV_BRANCH=main
M3_DEV_ENV_REPO="https://github.com/Nordix/metal3-dev-env.git"
M3_DEV_ENV_BRANCH=bump/capi-v1.7.0beta
M3_DEV_ENV_PATH="${M3_DEV_ENV_PATH:-${WORKING_DIR}/metal3-dev-env}"
clone_repo "${M3_DEV_ENV_REPO}" "${M3_DEV_ENV_BRANCH}" "${M3_DEV_ENV_PATH}"

Expand Down

0 comments on commit 8a773c9

Please sign in to comment.