Commit 883390a2 authored by S M Y's avatar S M Y
Browse files

build script changes to take static vaules

parent 29e013b7
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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} .
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment