Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vytor Calixto
ci-course
Commits
4ee8a8e1
Commit
4ee8a8e1
authored
Jan 09, 2017
by
Diego Giovane Pasqualin
Browse files
Melhorados comentários
parent
69564a9c
Pipeline
#18953
passed with stage
in 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ee8a8e1
# U
s
ando cache
# U
tiliz
ando cache
entre builds
before_script
:
-
apt-get update && apt-get install -y build-essential
...
...
@@ -9,9 +9,9 @@ job1:
artifacts
:
paths
:
-
build/
#
Todos os arquivos não monitorados pelo git serã
o
'
cache
ados',
#
significando que serão copiados e (potencialmente) reutilizados em
# builds futuras.
#
Com o comando abaixo será feit
o cache
de todos os arquivos não
#
monitorados pelo git. Eles serão automaticamente copiados no mesmo
#
diretório em
builds futuras.
cache
:
untracked
:
true
# Também é possível utilizar o campo 'paths', como em 'artifacts'.
...
...
@@ -21,4 +21,3 @@ job1:
-
/var/cache/apt/archives/
tags
:
-
debian
hello.o
deleted
100644 → 0
View file @
69564a9c
File deleted
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