Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Nov 13, 2024
1 parent cba99e9 commit 831128d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publication/master_script/master_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ green_echo() {
green_echo "Setting up workspace variables..."
WORKSPACE=$(pwd) # Assuming this is the workspace directory
REPO_URL="https://github.com/cwida/ALP.git"
CLONED_DIR="$WORKSPACE/CLONED_ALP" # Define target directory for the clone
BRANCH="repro" # Branch to clone
CLONED_DIR="$WORKSPACE/ALP" # Define target directory for the clone
BRANCH="repro" # Branch to clone

green_echo "Cloning or updating repository..."
# Clone the repository if it doesn't already exist
Expand Down

0 comments on commit 831128d

Please sign in to comment.