Sync stage fixes into dev #11

Merged
will.anderson merged 14 commits from sync/dev-stage into dev 2026-05-07 06:05:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 28c47c11c9 - Show all commits
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
"$DEST"
ls -la "$DEST" | head -5
echo "EL_HOME=$DEST" >> "$GITHUB_ENV"
echo "EL_HOME=$DEST/lang" >> "$GITHUB_ENV"
- name: Authenticate to GCP
id: auth
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
git clone --depth 1 \
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
"$DEST"
echo "EL_HOME=$DEST" >> "$GITHUB_ENV"
echo "EL_HOME=$DEST/lang" >> "$GITHUB_ENV"
- name: Authenticate to GCP
uses: google-github-actions/auth@v2