Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shusen Liu committed Oct 28, 2024
1 parent be679f3 commit 59cf14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-rclone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ runs:
- name: Configure rclone
shell: bash
run: |
sudo mkdir -p ~/.config/rclone
sudo tee ~/.config/rclone/rclone.conf > /dev/null <<EOF
mkdir -p ~/.config/rclone
tee ~/.config/rclone/rclone.conf > /dev/null <<EOF
[pawsey0001]
type = s3
provider = Ceph
Expand Down
2 changes: 1 addition & 1 deletion arm/ex1.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Define the command that will run when the container starts
CMD ["echo", "Hello, World18.33!"]
CMD ["echo", "Hello, World18.35!"]

0 comments on commit 59cf14a

Please sign in to comment.