Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jun 5, 2024
1 parent 7e174c9 commit 4371673
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/scripts/publishNuInstallationExample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi
git config --global credential.useHttpPath true

rm -rf nu-installation-example-repo
#git clone [email protected]:TouK/nussknacker-installation-example.git nu-installation-example-repo
git clone https://github.com/TouK/nussknacker-installation-example.git nu-installation-example-repo
git clone [email protected]:TouK/nussknacker-installation-example.git nu-installation-example-repo
#git clone https://github.com/TouK/nussknacker-installation-example.git nu-installation-example-repo

# Copy the folder to the cloned repository
rm -rf nu-installation-example-repo/*
Expand All @@ -19,7 +19,5 @@ cd nu-installation-example-repo
git config user.email "[email protected]"
git config user.name "GitHub Actions"
git add .
git remote set-url origin https://github.com/TouK/nussknacker-installation-example.git

git commit -m "Push $FOLDER_TO_PUSH from source repository"
git push -f origin master

0 comments on commit 4371673

Please sign in to comment.