Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 1
Commits
94e198bc
Commit
94e198bc
authored
Dec 31, 2020
by
James T. Lee
Browse files
Add some debugging statements
parent
aa6b048c
Pipeline
#307
failed with stage
in 27 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Containerfile
Containerfile
+6
-0
No files found.
Containerfile
View file @
94e198bc
...
...
@@ -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 ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment