Skip to content

Commit

Permalink
Remove interactive flags for Docker BASIS build
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 13, 2025
1 parent 8d6de43 commit f058d10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-basis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build and test UEDGE - write wheel files if tests pass

name: Builds BASIS UEDGE using Docker

on: [push, pull_request]

Expand All @@ -26,12 +25,12 @@ jobs:
if [[ "${commit_message[1]}" == *"@"* ]]; then
echo "spec_tags=${commit_message[1]}" >> $GITHUB_ENV
fi
- name: Test with pytest
- name: Build using Docker
if: ${{ ! contains(env.spec_tags, '@nobasis') }}
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
run: |
echo $BRANCH_NAME
docker run -it --rm fusionbillm/basisuedge checkout $BRANCH_NAME
docker run --rm fusionbillm/basisuedge checkout $BRANCH_NAME

0 comments on commit f058d10

Please sign in to comment.