conjur-api 5.3.7.pre.14 → 5.3.7.pre.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Jenkinsfile +1 -4
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad1a073ba389391d9ed2e0770f947a0a7e30c982154063c9a488925c05050efa
|
|
4
|
+
data.tar.gz: 7abc458cd851260b3f96aa1ede3abf4dfe338c42197a501bdfe6b37d672d1707
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75079d3b4699e33e470643f9c0d75aa095cb937217619cd316c69cb36a80d73addaa6d1c238d1920d712e7483bf6d69d28c1f1f8256bceab5de27f5f3e73752d
|
|
7
|
+
data.tar.gz: 8f73519cf1241e9aae9034ca51727507b3390af92e93ee0008fce2934368f31e581876c66b53e50f58755669ff823ab57ced16d4037e1c0c4dcadda83468986b
|
data/Jenkinsfile
CHANGED
|
@@ -149,10 +149,7 @@ pipeline {
|
|
|
149
149
|
steps {
|
|
150
150
|
release {
|
|
151
151
|
// Clean up all but the calculated VERSION
|
|
152
|
-
sh '
|
|
153
|
-
-e VERSION \
|
|
154
|
-
-e bom-assets/ \
|
|
155
|
-
-e release-assets/ '''
|
|
152
|
+
sh 'docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd -e VERSION'
|
|
156
153
|
sh './publish.sh'
|
|
157
154
|
}
|
|
158
155
|
}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.3.7-
|
|
1
|
+
5.3.7-167
|