Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
79197d64
Commit
79197d64
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Improved READMEs
parent
db378ec7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-1
4 additions, 1 deletion
README.md
gitlab/README.md
+23
-0
23 additions, 0 deletions
gitlab/README.md
with
27 additions
and
1 deletion
README.md
+
4
−
1
View file @
79197d64
...
...
@@ -7,7 +7,10 @@ In the directory `install`, you'll find scripts and instructions related to the
installation and maintenance of new build machines.
In the directory
`ci`
, you'll find scripts that are used for our continuous
integration builds.
integration builds. These scripts are now deprecated
In the directory
`gitlab`
, you'll find scripts that are used for our continuous
integration builds. These correspond to the new generation scripts.
In the directory
`templates`
, you will find useful information and templates
for creating/updating packages in gitlab.
This diff is collapsed.
Click to expand it.
gitlab/README.md
0 → 100644
+
23
−
0
View file @
79197d64
# Scripts for Continous Integration with Gitlab
This directory contains scripts that are used by our continuous integration
(CI) builds. There are various sets of scripts named as follows:
*
`before_<stage>.sh`
*
`<stage>.sh`
*
`after_<stage>.sh`
Each of these sets correpond to one of the build stages inside the CI builds.
The script
`install.sh`
contains a basic set of routines to install and update
the scripts on the target host. If you add more scripts, it is sensible to
add those in there.
The script
`functions.sh`
contains a set of functions that are shared between
all scripts. All scripts
*source*
`functions.sh`
before anything is done.
`functions.sh`
also set important local and global (export) variables that are
required by the build system.
Before changing any script, try to understand the role of each of the stages by
looking at our template CI yaml files (in the directory
`../templates`
) and
then how to use the functions declared in
`functions.sh`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment