We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c2313 commit 8e72db0Copy full SHA for 8e72db0
tests/robot-cases/Group1-Nightly/Common.robot
@@ -765,7 +765,7 @@ Test Case - WASM Push And Pull To Harbor
765
Sign In Harbor ${HARBOR_URL} ${user} ${pwd}
766
${d}= Get Current Date result_format=%m%s
767
Create An New Project And Go Into Project project${d}
768
- Run wget https://github.com/engineerd/wasm-to-oci/blob/v0.1.2/testdata/hello.wasm
+ Run wget https://harbor-releases.s3.us-west-1.amazonaws.com/ci-artifacts/hello.wasm
769
Wait Unitl Command Success docker login -u ${user} -p ${pwd} ${ip}
770
Wait Unitl Command Success wasm-to-oci push hello.wasm ${ip}/project${d}/wasm-to-oci:v1
771
Wait Unitl Command Success wasm-to-oci pull ${ip}/project${d}/wasm-to-oci:v1 --out test.wasm
0 commit comments