Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codeaster-fra
devtools
Commits
8dd39063
Commit
8dd39063
authored
1 year ago
by
Mathieu Courtois
Browse files
Options
Downloads
Patches
Plain Diff
[#33511] mark submit as deprecated
parent
185b23c0
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/check_ci.sh
+0
-16
0 additions, 16 deletions
bin/check_ci.sh
bin/submit
+9
-1
9 additions, 1 deletion
bin/submit
bin/submit
+9
-1
9 additions, 1 deletion
bin/submit
with
18 additions
and
18 deletions
bin/check_ci.sh
deleted
100755 → 0
+
0
−
16
View file @
185b23c0
#!/bin/bash
# shell script to simulate (some steps of) the CI procedure
export
SUBMIT_MODE
=
1
ln
-sf
../devtools
.
ln
-sf
~/.install/debian-10/mpi
install
trap
"rm -f devtools install"
EXIT
args
=(
"
${
@
}
"
)
if
[
$#
-eq
0
]
;
then
args
=(
"--all"
)
fi
.gitlabci/debug-ci.sh
"
${
args
[@]
}
"
This diff is collapsed.
Click to expand it.
bin/submit
deleted
120000 → 0
+
9
−
1
View file @
185b23c0
check_ci.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bin/submit
0 → 100755
+
9
−
1
View file @
8dd39063
#!/bin/bash
if
[
-f
./check_ci.sh
]
;
then
echo
"WARNING: 'submit' is deprecated, please use ./check_ci.sh"
echo
./check_ci.sh
"
${
@
}
"
else
echo
"WARNING: 'submit' is deprecated, use './check_ci.sh' from the src repository."
fi
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