Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
883390a2
Commit
883390a2
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
build script changes to take static vaules
parent
29e013b7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/offline-installer/templates/build.sh.j2
+3
-3
ansible/roles/offline-installer/templates/build.sh.j2
with
3 additions
and
3 deletions
+3
-3
ansible/roles/offline-installer/templates/build.sh.j2
+
3
−
3
View file @
883390a2
...
...
@@ -5,10 +5,10 @@ echo "Offline Installer for Sunbird"
# Build script
set
-eo
pipefail
build_tag
=
$1
build_tag
=
offline
name
=
sunbird_offile_installer
node
=
$2
org
=
$3
node
=
master
org
=
sunbird
docker build
-f
./Dockerfile
--label
commitHash
=
$(
git rev-parse
--short
HEAD
)
-t
${
org
}
/
${
name
}
:
${
build_tag
}
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets