Skip to content

Commit f58328e

Browse files
committed
SCHED-907 build Neubuntu image on github runners
1 parent d0329ae commit f58328e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/neubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
set -euo pipefail
5151
curl -sSL https://storage.eu-north1.nebius.cloud/cli/install.sh | bash
5252
echo "$HOME/.nebius/bin" >> "$GITHUB_PATH"
53-
nebius version
5453
5554
- name: Restore Nebius config
5655
shell: bash
5756
run: |
5857
set -euo pipefail
58+
nebius version
5959
mkdir -p "$HOME/.nebius"
6060
echo "${{ secrets.NEBIUS_CONFIG_YAML_B64 }}" | base64 -d > "$HOME/.nebius/config.yaml"
6161
chmod 600 "$HOME/.nebius/config.yaml"

0 commit comments

Comments
 (0)