Skip to content

Commit

Permalink
Update mandatory_variable_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochauri-memphis authored Dec 13, 2023
1 parent d04338c commit 49d1b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/mandatory_variable_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
STATUS=TRUE
# Array of mandatory expressions in docker-compose file

array=( DOCKER_ENV=true ROOT_PASSWORD=memphis CONNECTION_TOKEN=memphis )
array=( DOCKER_ENV: true ROOT_PASSWORD: memphis CONNECTION_TOKEN: memphis )

# For loop that validate each expression in array
for i in "${array[@]}"
Expand Down

0 comments on commit 49d1b0b

Please sign in to comment.