Skip to content

Commit

Permalink
Merge branch 'release-0.26.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 12, 2022
2 parents cc4283b + 1d968bd commit f67c89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,10 @@ jobs:
shell: bash
run: |
# echo "REPO_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}')" >> $GITHUB_ENV
REPO_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
if [ "${REPO_NAME}" == "node-exe" ]; then
REPO_NAME="kth"
fi
echo "My repo name is $REPO_NAME"
export KTH_BRANCH=$(echo '${{ github.ref }}' | awk -F '/' '{print $3}')
Expand Down
2 changes: 1 addition & 1 deletion ci_utils
Submodule ci_utils updated 1 files
+9 −0 .travis/run.sh

0 comments on commit f67c89a

Please sign in to comment.