Skip to content

Commit

Permalink
updated bash script as wasn't setting variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Sep 19, 2024
1 parent 96e962c commit e7e2e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pr_check_copy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Script to check if the changed files to promote are a direct copy of earlier environment
devEnv = "dev"
stagingEnv = "staging"
devEnv="dev"
stagingEnv="staging"

compare_files() [
file1 = $1
Expand Down

0 comments on commit e7e2e6f

Please sign in to comment.