Skip to content

Commit 0da1791

Browse files
committed
Update script comments
1 parent 4718bb9 commit 0da1791

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

jenkins/build-indicator.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Jenkins build-and-package
3+
# Jenkins build
44
#
55

66
set -eo pipefail
@@ -9,10 +9,6 @@ source ~/.bash_profile
99
# Vars
1010
local_indicator=$1
1111

12-
#
13-
# Build
14-
#
15-
1612
cd "${WORKSPACE}/${local_indicator}" || exit
1713

1814
# Set up venv

jenkins/package-indicator.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Jenkins build-and-package
3+
# Jenkins package
44
#
55

66
set -eo pipefail
@@ -10,10 +10,6 @@ source ~/.bash_profile
1010
local_indicator=$1
1111
branch=$2
1212

13-
#
14-
# Package
15-
#
16-
1713
cd "${WORKSPACE}" || exit
1814

1915
# Create .tar.gz for deployment

0 commit comments

Comments
 (0)