Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 17, 2024
1 parent 582ca72 commit 295076f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/fink-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EOD
}

# Get the options
while getopts hsb: c ; do
while getopts hcsb: c ; do
case $c in
h) usage ; exit 0 ;;
b) branchname=$OPTARG ;;
Expand All @@ -49,4 +49,4 @@ shift "$((OPTIND-1))"
git clone --single-branch $repo_url $repo --branch $branchname

# Run fink ci in science mode
$repo/e2e/run.sh "$cleanup_opt" $science_opt
$repo/e2e/run.sh $cleanup_opt $science_opt

0 comments on commit 295076f

Please sign in to comment.