Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 10, 2024
1 parent 64f99ef commit f13d2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git describe --tags --always > version
docker build -t << parameters.dh_orga >>/<< parameters.dh_repo >> .
mkdir -p "${HOME}/docker"
docker save << parameters.dh_orga >>/<< parameters.dh_repo >> "${HOME}/docker/image.tar"
docker save << parameters.dh_orga >>/<< parameters.dh_repo >> > "${HOME}/docker/image.tar"
docker images
- persist_to_workspace:
root: /home/circleci
Expand Down

0 comments on commit f13d2ee

Please sign in to comment.