Archived
Sync stage fixes into dev #11
@@ -81,7 +81,7 @@ jobs:
|
|||||||
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
|
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
|
||||||
"$DEST"
|
"$DEST"
|
||||||
ls -la "$DEST" | head -5
|
ls -la "$DEST" | head -5
|
||||||
echo "EL_HOME=$DEST" >> "$GITHUB_ENV"
|
echo "EL_HOME=$DEST/lang" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Authenticate to GCP
|
- name: Authenticate to GCP
|
||||||
id: auth
|
id: auth
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
|
"https://will:${CHECKOUT_TOKEN}@git.neuralplatform.ai/neuron-technologies/el.git" \
|
||||||
"$DEST"
|
"$DEST"
|
||||||
echo "EL_HOME=$DEST" >> "$GITHUB_ENV"
|
echo "EL_HOME=$DEST/lang" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Authenticate to GCP
|
- name: Authenticate to GCP
|
||||||
uses: google-github-actions/auth@v2
|
uses: google-github-actions/auth@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user