Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Jul 31, 2024
1 parent 9c0a3d2 commit b23e5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev_support/gemoc_builder/docker/scripts/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi

if [ "$UID" != 0 ]
then
echo "entrypoint: using gosu to run command as $DOCKER_USER"
usermod -u "$UID" "$DOCKER_USER" 2>/dev/null && {
groupmod -g "$GID" "$DOCKER_USER" 2>/dev/null ||
usermod -a -G "$GID" "$DOCKER_USER"
Expand Down
3 changes: 3 additions & 0 deletions dev_support/gemoc_builder/docker/scripts/pomfirst_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

echo arguments seen: $1

id -a
echo HOME=$HOME

cd $HOME/src/gemoc-studio/dev_support/pomfirst_full_compilation/

pwd
Expand Down

0 comments on commit b23e5dc

Please sign in to comment.