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 862af4a + 6d1f124 commit 8cbd1c8Copy full SHA for 8cbd1c8
2 files changed
Jenkinsfile
@@ -154,6 +154,7 @@ pipeline {
154
-e bom-assets/ \
155
-e release-assets/ '''
156
sh './publish.sh'
157
+ sh 'cp conjur-api-*.gem release-assets/.'
158
}
159
160
publish.sh
@@ -1,7 +1,5 @@
1
-#!/bin/bash -e
2
-
3
-docker pull registry.tld/conjurinc/publish-rubygem
+#!/usr/bin/env bash
+set -e
4
5
summon --yaml "RUBYGEMS_API_KEY: !var rubygems/api-key" \
6
- docker run --rm --env-file @SUMMONENVFILE -v "$(pwd)":/opt/src \
7
- registry.tld/conjurinc/publish-rubygem conjur-api
+ publish-rubygem conjur-api
0 commit comments