test echo

This commit is contained in:
Borja García Rodríguez 2020-12-22 15:29:59 +01:00
parent 19d5853fc1
commit 7d6dea789a

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Login to docker registry - name: Login to docker registry
run: echo ${{ secrets.PASSWORD }} | docker login -u ${{ secrets.USERNAME }} --password-stdin run: echo ${{ secrets.USERNAME }}
BuildContainersForPR_Linux: BuildContainersForPR_Linux:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
if: ${{ github.event_name == 'pull_request' }} if: ${{ github.event_name == 'pull_request' }}