Skip to content

Commit

Permalink
Testing new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 21, 2023
1 parent 7241cfe commit 84d531a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/cloud-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "Current working directory is $(pwd)"

# Start the build and get its ID
echo "Starting build..."
BUILD_ID=$(gcloud builds submit --quiet --config "${SCRIPT_DIR}/cloudbuild.yaml" --substitutions=SHORT_SHA=$(git rev-parse --short HEAD),_IMAGE_NAME=$1 --format='value(id)' .)
BUILD_ID=$(gcloud builds submit --quiet --config "${SCRIPT_DIR}/cloudbuild.yaml" --substitutions=SHORT_SHA=$(git rev-parse --short HEAD),_IMAGE_NAME=$1 --format='value(id)' ../)
4 changes: 2 additions & 2 deletions k8s/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ steps:
- gcr.io/$PROJECT_ID/${_IMAGE_NAME}-image:latest
- --push
- -f
- ./Dockerfile
- ../
- ./front/Dockerfile
- .
secretEnv: ["DEPOT_TOKEN"]

timeout: 600s
Expand Down

0 comments on commit 84d531a

Please sign in to comment.