Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Jul 4, 2023
1 parent caf5237 commit e2a1ee7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
env:
BRANCH: ${{env.GITHUB_REF_NAME}}
GIT_USER: ${{ secrets.RADIX_BOT_USERNAME }}
GIT_TOKEN: ${{ secrets.RADIX_BOT_PAT }}
run: |
echo "deploying on branch $BRANCH"
git config user.name $GIT_USER
git config user.email $GIT_USER
# Push changes to Swift Engine Toolkit
SWIFT_ENGINE_TOOLKIT="https://github.com/radixdlt/swift-engine-toolkit"
git clone $SWIFT_ENGINE_TOOLKIT
cd swift-engine-toolkit
git checkout $BRANCH || git checkout -b $BRANCH
#cd swift-engine-toolkit
#git checkout $BRANCH || git checkout -b $BRANCH
build:
needs: [spm_clone]
Expand Down

0 comments on commit e2a1ee7

Please sign in to comment.