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 2
Commits
c1518365
Commit
c1518365
authored
Mar 07, 2021
by
James T. Lee
Browse files
Switch back to main Puppet environment
parent
57c28119
Pipeline
#581
skipped
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Containerfile
Containerfile
+1
-1
No files found.
Containerfile
View file @
c1518365
...
...
@@ -14,6 +14,6 @@ RUN emerge --info
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
# Configure the stage
RUN puppet agent
--environment stage2
--test --runtimeout 0; [ $? -eq 2 ]
RUN puppet agent --test --runtimeout 0; [ $? -eq 2 ]
RUN rm -rf /var/db/repos
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