Skip to content

Commit

Permalink
wip:Refactor CI to use GitHub actions and generic bash scripts #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Apr 24, 2024
1 parent 318a5ee commit a347cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ done
##

WORKSPACE_DIR="$(dirname "$ROOT_DIR")"
GIT_TAG=GIT_TAG=$(get_git_tag "$ROOT_DIR")
GIT_TAG=$(get_git_tag "$ROOT_DIR")

load_env_files "$WORKSPACE_DIR/development/common/kalisio_dockerhub.enc.env" "$WORKSPACE_DIR/development/common/SLACK_WEBHOOK_TOOLS.enc.env"
load_value_files "$WORKSPACE_DIR/development/common/KALISIO_DOCKERHUB_PASSWORD.enc.value"
Expand Down

0 comments on commit a347cfd

Please sign in to comment.