Skip to content

Commit 4663b41

Browse files
author
Borja García Rodríguez
committed
test
1 parent c8b53ad commit 4663b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "PRINT 1"
9999
cat $HOME/.docker/config.json
100100
echo "STEP 2"
101-
sed '$ s/.$//' $HOME/.docker/config.json >> ~/.docker/config.json
101+
sed '$ s/.$//' $HOME/.docker/config.json > ~/.docker/config.json
102102
echo "STEP 2.5"
103103
cat ~/.docker/config.json
104104
echo "STEP 3"

0 commit comments

Comments
 (0)