Skip to content

Commit

Permalink
Postpone make prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot committed Dec 13, 2023
1 parent 00d8200 commit 11eb15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
]
}
},
"postCreateCommand": 'echo "--->>> $(pwd) <<<---"',
"postCreateCommand": 'make prepare',
}
1 change: 1 addition & 0 deletions .devcontainer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ echo "###### CODESPACE_VSCODE_FOLDER: ${CODESPACE_VSCODE_FOLDER} #######"
pwd
ls -lai .
ls -lai ${CODESPACE_VSCODE_FOLDER}
ls -lai /workspaces || echo "### LATER ###"
#cd ${CODESPACE_VSCODE_FOLDER}
#make prepare

0 comments on commit 11eb15a

Please sign in to comment.