Skip to content

Commit

Permalink
publish_rakudo-star_on_rakudo.org.yml: removing the DEGUG infos
Browse files Browse the repository at this point in the history
reverting back by removing the "scp" DEBUG stuff
  • Loading branch information
AntonOks authored Aug 22, 2023
1 parent 7805073 commit 1096d98
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/publish_rakudo-star_on_rakudo.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
echo ::set-output name=config::'true'
- name: List my SSH stuff
if: steps.ssh_config.outputs.config
run: |
echo "*** PWD is: $(pwd) ***"
ls -laR ~/.ssh/*
echo "*** show the ssh config file ***"
cat ~/.ssh/config
echo "*** show the ssh known_hosts file ***"
cat ~/.ssh/known_hosts
echo "*************************************"
###- name: List my SSH stuff
### if: steps.ssh_config.outputs.config
### run: |
### echo "*** PWD is: $(pwd) ***"
### ls -laR ~/.ssh/*
### echo "*** show the ssh config file ***"
### cat ~/.ssh/config
### echo "*** show the ssh known_hosts file ***"
### cat ~/.ssh/known_hosts
### echo "*************************************"

- name: Get the Rakudo Star files
if: steps.ssh_config.outputs.config
Expand Down Expand Up @@ -110,8 +110,9 @@ jobs:
ls -laR ~/output/*
fi
scp -vvvv -o StrictHostKeyChecking=no ~/output/* rakudo.org:/home/rakudo.org/public_html/downloads/star
### scp -vvv -o StrictHostKeyChecking=no ~/output/* rakudo.org:/home/rakudo.org/public_html/downloads/star
scp -o StrictHostKeyChecking=no ~/output/* rakudo.org:/home/rakudo.org/public_html/downloads/star
- name: Clean up SSH directory
if: steps.ssh_config.outputs.config
run: |
Expand Down

0 comments on commit 1096d98

Please sign in to comment.