Skip to content

Commit

Permalink
BC-5468 update main yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 16, 2023
1 parent 3943244 commit 515dc68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
check_cypress_brb=$(grep -oE "staging|schulportal" <<< "$cypress_brb")
check_cypress_default=$(grep -oE "staging|schulportal" <<< "$cypress_default")
check_cypress_nbc=$(grep -oE "staging|schulportal" <<< "$cypress_nbc")
# check_cypress_brb=$(grep -oE "staging|schulportal" <<< "${{ github.event.inputs.instance1 }}")
# check_cypress_default=$(grep -oE "staging|schulportal" <<< "${{ github.event.inputs.instance2 }}")
# check_cypress_nbc=$(grep -oE "staging|schulportal" <<< "${{ github.event.inputs.instance3 }}")
echo "TAG=tag:stable:ci" >> $GITHUB_OUTPUT
echo "$TAG"
elif [[ $workflow_name == *"automatic"* || $workflow_name == *"scheduled"* ]]; then
Expand All @@ -89,9 +86,6 @@ jobs:
check_cypress_brb=$(grep -oE "staging|schulportal" <<< "$cypress_brb")
check_cypress_default=$(grep -oE "staging|schulportal" <<< "$cypress_default")
check_cypress_nbc=$(grep -oE "staging|schulportal" <<< "$cypress_nbc")
# check_cypress_brb=$(grep -oE "staging|schulportal" <<< "${{ inputs.cypress_brb }}")
# check_cypress_default=$(grep -oE "staging|schulportal" <<< "${{ inputs.cypress_default }}")
# check_cypress_nbc=$(grep -oE "staging|schulportal" <<< "${{ inputs.cypress_nbc }}")
echo "TAG=tag:stable:pr:ci" >> $GITHUB_OUTPUT
echo "$TAG"
fi
Expand Down Expand Up @@ -133,7 +127,7 @@ jobs:
echo "$updated_json" > "$aggregated_json_file"
fi
echo "$aggregated_json_file"
cat "$aggregated_json_file"
- name: Clean up previous report
uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 515dc68

Please sign in to comment.