Skip to content

Commit

Permalink
Merge pull request #26 from AOT-Technologies/caseflow-ci-cd
Browse files Browse the repository at this point in the history
Caseflow ci cd
  • Loading branch information
sakthi-aot authored Mar 6, 2024
2 parents ec48ede + 2860843 commit ecd6847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caseflow_dms_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "For ${{ github.ref_name }} branch"
echo "TOOLS_NAME=${{secrets.OC_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV
echo "TAG_NAME="dev"" >> $GITHUB_ENV
echo "BRANCH_NAME="dev"" >> $GITHUB_ENV
echo "BRANCH_NAME="master"" >> $GITHUB_ENV
echo "ENV_NAME="dev"" >> $GITHUB_ENV
elif [ '${{ github.ref_name }}' == 'main' ]; then
echo "For ${{ github.ref_name }} branch"
Expand Down

0 comments on commit ecd6847

Please sign in to comment.