Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylenwang7 committed Aug 15, 2024
1 parent e1c1de0 commit 0e88bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target
*.tgz
set-docker.sh
.vscode
.vscode
.DS_Store
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euxo pipefail

# Function to prompt for credentials and write to file
prompt_and_write_credentials() {
local env_file="./set-docker.sh"
Expand Down

0 comments on commit 0e88bae

Please sign in to comment.