Commit 94e198bc authored by James T. Lee's avatar James T. Lee
Browse files

Add some debugging statements

parent aa6b048c
Pipeline #307 failed with stage
in 27 minutes and 10 seconds
......@@ -24,6 +24,12 @@ RUN USE='-vaapi' emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge --depclean
# Debugging
RUN puppet agent --test --tags nest::lib::repo; [ $? -eq 2 ]
RUN locale
RUN find /var/tmp/portage -ls
RUN emerge -pv x11-misc/taffybar
# Configure the stage
RUN puppet agent --test --runtimeout 0; [ $? -eq 2 ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment