Skip to content

Commit de5005e

Browse files
Merge pull request devcontainers#188 from devcontainers/samruddhikhandale/bump-universal
Universal - Bump version
2 parents dd74b62 + 8dd033a commit de5005e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
],
9999
"remoteUser": "codespace",
100100
"containerUser": "codespace",
101+
101102
// Use 'forwardPorts' to make a list of ports inside the container available locally.
102103
// "forwardPorts": [],
103-
// "oryx build" will automatically install your dependencies and attempt to build your project
104-
"postCreateCommand": "oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'",
104+
105105
// Configure tool-specific properties.
106106
"customizations": {
107107
// Configure properties specific to VS Code.

src/universal/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.22",
2+
"version": "2.0.23",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/universal/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ check "pydocstyle" pydocstyle --version
3737
check "bandit" bandit --version
3838
check "virtualenv" virtualenv --version
3939
count=$(ls /usr/local/python | wc -l)
40-
expectedCount=4 # 2 version folders + 1 current folder which links to either one of the version + 1 folder generated by oryx build command
40+
expectedCount=3 # 2 version folders + 1 current folder which links to either one of the version
4141
checkVersionCount "two versions of python are present" $count $expectedCount
4242
echo $(echo "python versions" && ls -a /usr/local/python)
4343
echo $(echo "pip list" pip list)

0 commit comments

Comments
 (0)