ci: add echo command for consistency between two workflows

This commit is contained in:
Erik Sundell
2021-10-16 16:34:32 +02:00
parent 1f16542e09
commit 1ee39c5c55

View File

@@ -35,6 +35,7 @@ jobs:
- name: Set BOOTSTRAP_PIP_SPEC value - name: Set BOOTSTRAP_PIP_SPEC value
run: | run: |
echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV
echo $BOOTSTRAP_PIP_SPEC
- name: Build systemd image - name: Build systemd image
run: | run: |