Skip to content

Commit

Permalink
Update velocitas package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dennismeister93 authored and erikbosch committed Sep 12, 2024
1 parent 3e74418 commit e662524
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@
# SPDX-License-Identifier: Apache-2.0

sudo chmod +x .devcontainer/scripts/*.sh
sudo chown -R $(whoami) $HOME

.devcontainer/scripts/setup-git.sh

if [[ -z "${VELOCITAS_OFFLINE}" ]]; then
.devcontainer/scripts/configure-codespaces.sh
.devcontainer/scripts/upgrade-cli.sh
elif [[ -x .devcontainer/scripts/local-setup.sh ]]; then
.devcontainer/scripts/local-setup.sh
fi

# Call user initialization hook if present
ON_CREATE_USER_HOOK_PATH=.devcontainer/scripts/onCreateUserHook.sh
if [[ -x $ON_CREATE_USER_HOOK_PATH ]]; then
$ON_CREATE_USER_HOOK_PATH
fi

echo "#######################################################"
Expand Down
6 changes: 6 additions & 0 deletions .devcontainer/scripts/postStartCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
# SPDX-License-Identifier: Apache-2.0

.devcontainer/scripts/upgrade-cli.sh

# Call user initialization hook if present
POST_START_USER_HOOK_PATH=.devcontainer/scripts/onPostStartUserHook.sh
if [[ -x $POST_START_USER_HOOK_PATH ]]; then
$POST_START_USER_HOOK_PATH
fi
2 changes: 1 addition & 1 deletion .velocitas-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.1"
"devenv-devcontainer-setup": "v2.5.2"
}
}
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.1"
"devenv-devcontainer-setup": "v2.5.2"
},
"components": [
"runtime-local",
Expand Down

0 comments on commit e662524

Please sign in to comment.