mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Print some env vars and try using github ref instead of sha
This commit is contained in:
11
.github/workflows/integration-test.yaml
vendored
11
.github/workflows/integration-test.yaml
vendored
@@ -11,10 +11,17 @@ jobs:
|
|||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
|
- name: Checkout some env vars
|
||||||
|
run: |
|
||||||
|
echo $GITHUB_ACTOR
|
||||||
|
echo $GITHUB_SHA
|
||||||
|
echo $GITHUB_REPOSITORY
|
||||||
|
echo $GITHUB_REF
|
||||||
|
echo $GITHUB_HEAD_REF
|
||||||
|
echo $GITHUB_BASE_REF
|
||||||
- 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_SHA" >> $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: |
|
||||||
.github/integration-test.py build-image
|
.github/integration-test.py build-image
|
||||||
|
|||||||
Reference in New Issue
Block a user