Skip to content

Commit

Permalink
ci: experiment with manually runnable ci with pre-set branchnames
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 26, 2024
1 parent 0cbf528 commit d836e9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/authReact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ then
coreBranchName=`cat cdi-core-map.json | jq -r '.["'$coreDriverVersion'"]'`
if [ "$coreBranchName" != "null" ]
then
coreFree=$coreBranchName
coreFree=$coreDriverVersion
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion .circleci/doBackendSDKTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
coreBranchName=`cat cdi-core-map.json | jq -r '.["'$coreDriverVersion'"]'`
if [ "$coreBranchName" != "null" ]
then
coreFree=$coreBranchName
coreFree=$coreDriverVersion
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion .circleci/doUnitTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
coreBranchName=`cat cdi-core-map.json | jq -r '.["'$coreDriverVersion'"]'`
if [ "$coreBranchName" != "null" ]
then
coreFree=$coreBranchName
coreFree=$coreDriverVersion
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion .circleci/website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ then
coreBranchName=`cat cdi-core-map.json | jq -r '.["'$coreDriverVersion'"]'`
if [ "$coreBranchName" != "null" ]
then
coreFree=$coreBranchName
coreFree=$coreDriverVersion
fi
fi

Expand Down

0 comments on commit d836e9a

Please sign in to comment.