File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7474 - name : Verify Examples
7575 shell : bash
7676 run : |
77+ # Alias curl to use retries
78+ alias curl='curl -L --retry 10 --retry-delay 5 -w "\nHTTP status: %{http_code}\n"
7779 git checkout v1.2.2
7880 # Change the jib-maven-plugin as this version fails
7981 sed -i.bak 's/<version.plugin.jib>3\.3\.0<\/version.plugin.jib>/<version.plugin.jib>3.4.3<\/version.plugin.jib>/' java/pom.xml
Original file line number Diff line number Diff line change 7373 - name : Verify Examples
7474 shell : bash
7575 run : |
76+ # Alias curl to use retries
77+ alias curl='curl -L --retry 10 --retry-delay 5 -w "\nHTTP status: %{http_code}\n"
7678 git checkout v1.2.2
7779 # Change the jib-maven-plugin as this version fails
7880 sed -i.bak 's/<version.plugin.jib>3\.3\.0<\/version.plugin.jib>/<version.plugin.jib>3.4.3<\/version.plugin.jib>/' java/pom.xml
You can’t perform that action at this time.
0 commit comments