Skip to content

Commit

Permalink
Use consistent version placeholder in directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-stephen committed Jan 22, 2025
1 parent 9a1a6c9 commit 84e55de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Copy the downloaded `docker-agent` and `machine-agent` files (from steps a and b
# The final structure should look like this:
docker-agent/
├── release.txt # contains the value of $DOCKER_AGENT_VERSION
└── $DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
└── DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
├── checksums.txt
└── linux/
└── amd64/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Copy the downloaded `docker-agent` and `machine-agent` files (from steps a and b
# The final structure should look like this:
docker-agent/
├── release.txt # contains the value of $DOCKER_AGENT_VERSION
└── $DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
└── DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
├── checksums.txt
└── linux/
└── amd64/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Copy the downloaded `docker-agent` and `machine-agent` files (from steps a and b
# The final structure should look like this:
docker-agent/
├── release.txt # contains the value of $DOCKER_AGENT_VERSION
└── $DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
└── DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
├── checksums.txt
└── linux/
└── amd64/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Copy the downloaded `docker-agent` and `machine-agent` files (from steps a and b
# The final structure should look like this:
docker-agent/
├── release.txt # contains the value of $DOCKER_AGENT_VERSION
└── $DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
└── DOCKER_AGENT_VERSION/ # not a literal string, but the value of release.txt
├── checksums.txt
└── linux/
└── amd64/
Expand Down

0 comments on commit 84e55de

Please sign in to comment.