We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84e4bd commit 0df8debCopy full SHA for 0df8deb
test/run.sh
@@ -48,7 +48,7 @@ args+=( "-timeout=60m" )
48
args+=( "-p=1" )
49
50
if [[ "${GITPOD_REPO_ROOT:-}" != "" ]]; then
51
- echo "Running in Gitpod workspace. Fetching USERNAME adn USER_TOKEN" | werft log slice "test-setup"
+ echo "Running in Gitpod workspace. Fetching USERNAME and USER_TOKEN" | werft log slice "test-setup"
52
USERNAME="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.username}' | base64 -d)"
53
USER_TOKEN="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.token}' | base64 -d)"
54
export USER_TOKEN
0 commit comments