Skip to content

Commit 9d5c381

Browse files
committed
Trigger action
1 parent bad5a9b commit 9d5c381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-base.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
cd hopsworks-api
2828
export GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")
2929
echo "GITHUB_SHORT_SHA=$GITHUB_SHORT_SHA" >> $GITHUB_ENV
30+
echo $GITHUB_SHORT_SHA
3031
cp README.md ./python/
3132
$CONDA_ENV_PATH/pip uninstall -y hopsworks
3233
$CONDA_ENV_PATH/pip install "./python[python,polars,great-expectations]" --upgrade-strategy eager

0 commit comments

Comments
 (0)