Skip to content

Commit b6df003

Browse files
committed
Run nextflow -version in postCreateCommand for devcontainer
1 parent 502e54b commit b6df003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"NXF_HOME": "/workspaces/.nextflow",
1818
"HOST_PROJECT_PATH": "/workspaces/training" // Codespaces and local devcontainers will both work with this.
1919
},
20-
"postCreateCommand": "if [ -z \"$CODESPACES\" ]; then echo \"Devcontainers Development\"; else echo \"Codespaces Development\"; fi",
20+
"postCreateCommand": "nextflow -version; if [ -z \"$CODESPACES\" ]; then echo \"Devcontainers Development\"; else echo \"Codespaces Development\"; fi",
2121
// Configure tool-specific properties.
2222
"customizations": {
2323
// Configure properties specific to VS Code.

0 commit comments

Comments
 (0)