Browse Source

test

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
4663b416f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -98,7 +98,7 @@ jobs:
echo "PRINT 1"
cat $HOME/.docker/config.json
echo "STEP 2"
sed '$ s/.$//' $HOME/.docker/config.json >> ~/.docker/config.json
sed '$ s/.$//' $HOME/.docker/config.json > ~/.docker/config.json
echo "STEP 2.5"
cat ~/.docker/config.json
echo "STEP 3"


Loading…
Cancel
Save