mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: add echo command for consistency between two workflows
This commit is contained in:
1
.github/workflows/integration-test.yaml
vendored
1
.github/workflows/integration-test.yaml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user