Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4c123de
)
Change yum to apt for Ubuntu
44/344/2
author
Eby, Robert (re2429)
<re2429@att.com>
Fri, 7 Dec 2018 16:08:57 +0000
(11:08 -0500)
committer
Eby, Robert (re2429)
<re2429@att.com>
Fri, 7 Dec 2018 16:51:40 +0000
(11:51 -0500)
Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
jjb/shell/build-docker.sh
patch
|
blob
|
history
diff --git
a/jjb/shell/build-docker.sh
b/jjb/shell/build-docker.sh
index
62a2c65
..
014a7f9
100644
(file)
--- a/
jjb/shell/build-docker.sh
+++ b/
jjb/shell/build-docker.sh
@@
-80,7
+80,8
@@
else
postgres_db_schema)
CON_NAME='akraino_schema_db'
- sudo yum install -y dos2unix
+ # This runs on ubuntu, so yum wont work.
+ sudo apt install -y dos2unix
dos2unix "${WORKSPACE}/version.properties"
source "$WORKSPACE/version.properties"