Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
remove toolchain_install.sh in favor of ci/toolchain_manager.sh (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow authored May 29, 2024
1 parent be9bf0a commit afe7726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
4 changes: 3 additions & 1 deletion hack/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ export QUAY_NAMESPACE=${QUAY_NAMESPACE:-workspaces}

CURRENT_DIR="$(readlink -f "$0")"
SCRIPT_DIR="$(dirname "${CURRENT_DIR}")"
CI_DIR="$(realpath "$(dirname "${CURRENT_DIR}")/../ci")"

SUFFIX="e2e$(date +'%d%H%M%S')"
echo "using suffix: ${SUFFIX}"

# build and install toolchain
( "${SCRIPT_DIR}/toolchain_install.sh" "${SUFFIX}" )
( "${CI_DIR}/toolchain_manager.sh" "publish" "${SUFFIX}" "-n" "${QUAY_NAMESPACE}" && \
"${CI_DIR}/toolchain_manager.sh" "deploy" "${SUFFIX}" "-n" "${QUAY_NAMESPACE}" )

# build and install workspaces
( "${SCRIPT_DIR}/workspaces_install.sh" && make -C e2e test )
46 changes: 0 additions & 46 deletions hack/toolchain_install.sh

This file was deleted.

0 comments on commit afe7726

Please sign in to comment.