Skip to content

Commit

Permalink
Wait until mvn-repo is ready in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Sep 21, 2022
1 parent 0c290fa commit 1633644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
scriptDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

testNamespace=scala3-community-build-test
compilerBuilderTimeout=60m
projectBuilderTimeout=5m

kubectl delete namespace $testNamespace --ignore-not-found=true
Expand All @@ -13,6 +12,8 @@ kubectl create namespace $testNamespace
CB_VERSION="test" \
CB_K8S_NAMESPACE="${testNamespace}" \
$scriptDir/start-mvn-repo.sh
# Wait until ready
sleep 30

function projectBuilderFailed() {
jobName="$1"
Expand Down

0 comments on commit 1633644

Please sign in to comment.