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.
1 parent 4718bb9 commit 0da1791Copy full SHA for 0da1791
jenkins/build-indicator.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#
3
-# Jenkins build-and-package
+# Jenkins build
4
5
6
set -eo pipefail
@@ -9,10 +9,6 @@ source ~/.bash_profile
9
# Vars
10
local_indicator=$1
11
12
-#
13
-# Build
14
15
-
16
cd "${WORKSPACE}/${local_indicator}" || exit
17
18
# Set up venv
jenkins/package-indicator.sh
+# Jenkins package
@@ -10,10 +10,6 @@ source ~/.bash_profile
branch=$2
-# Package
cd "${WORKSPACE}" || exit
19
# Create .tar.gz for deployment
0 commit comments