Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 16, 2023
1 parent 4f17047 commit 10b65e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
touch /root/.ssh/known_hosts
chmod 400 /root/.ssh/known_hosts
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
cat /root/.ssh/id_rsa
- name: build-and-publish
run: cs3apis-build -push-go -push-python -push-js -push-node -git-ssh
run: |
cat /root/.ssh/id_rsa
cs3apis-build -push-go -push-python -push-js -push-node -git-ssh
21 changes: 0 additions & 21 deletions 1.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

0 comments on commit 10b65e2

Please sign in to comment.