Skip to content

Commit

Permalink
fix: patch script
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed Oct 6, 2023
1 parent b1b21bd commit e12182d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format:fix": "lerna run --stream format:fix",
"lint:check": "yarn workspaces run lint:check",
"lint:fix": "lerna run --stream lint:fix",
"build-and-patch": "${PWD}/run/build-and-patch.sh $@"
"patch": "${PWD}/run/patch.sh $@"
},
"devDependencies": {
"lerna": "^6"
Expand Down
2 changes: 1 addition & 1 deletion run/build-and-patch.sh → run/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CHE_DASHBOARD_IMAGE="${IMAGE_REGISTRY_HOST}/${IMAGE_REGISTRY_USER_NAME}/che-dash

echo "[INFO] Build a new image '${CHE_DASHBOARD_IMAGE}'..."

"${PWD}/scripts/container_tool.sh" build . -f build/dockerfiles/Dockerfile -t $CHE_DASHBOARD_IMAGE
"${PWD}/scripts/container_tool.sh" build . -f build/dockerfiles/skaffold.Dockerfile -t $CHE_DASHBOARD_IMAGE

echo "[INFO] Push the image '${CHE_DASHBOARD_IMAGE}'..."

Expand Down

0 comments on commit e12182d

Please sign in to comment.