We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ed1689 + 7e9554b commit 0f7299eCopy full SHA for 0f7299e
dependencies.yaml
@@ -21,7 +21,7 @@ dependencies:
21
match: KUBERNETES_VERSION
22
23
- name: OSC
24
- version: 1.3.1
+ version: 1.6.1
25
refPaths:
26
- path: scripts/helpers
27
match: OSC_VERSION
scripts/helpers
@@ -19,7 +19,7 @@ curl_retry() {
19
}
20
install_osc() {
- OSC_VERSION=1.3.1
+ OSC_VERSION=1.6.1
curl_retry https://github.com/openSUSE/osc/archive/refs/tags/$OSC_VERSION.tar.gz -o- | tar xfz -
pushd osc-$OSC_VERSION
sudo ./setup.py build
0 commit comments