We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103c1fe commit e759505Copy full SHA for e759505
.github/workflows/axis.yml
@@ -57,7 +57,8 @@ jobs:
57
fetch: ${{ matrix.luceeVersion }}
58
- name: Run Express
59
run: |
60
- export lucee_extensions="DF28D0A4-6748-44B9-A2FDC12E4E2E4D38"
+ export LUCEE_EXTENSIONS="DF28D0A4-6748-44B9-A2FDC12E4E2E4D38"
61
+ printenv LUCEE_EXTENSIONS
62
./express/bin/startup.sh
63
echo "sleeping for 10s to allow lucee to deploy and startup...."
64
sleep 10
0 commit comments