We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc2b40 + 5225a9f commit cb8fc75Copy full SHA for cb8fc75
.github/e2e/nexus/install.sh
@@ -76,6 +76,7 @@ until $(curl --output /dev/null --silent --head --fail "http://$NEXUS_HOST:$NEXU
76
printf '.'
77
sleep 5
78
done
79
+echo "ready!"
80
echo "::endgroup::"
81
82
echo "::group::Change user's password"
.github/workflows/.e2e-run.yml
@@ -27,9 +27,9 @@ on:
27
type: string
28
29
env:
30
- HARBOR_VERSION: v2.7.0
+ HARBOR_VERSION: v2.13.2
31
NEXUS_VERSION: 3.47.1
32
- DISTRIBUTION_VERSION: 2.8.1
+ DISTRIBUTION_VERSION: 3.0.0
33
34
jobs:
35
run:
0 commit comments