Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
5c65a90a
Commit
5c65a90a
authored
Feb 11, 2022
by
Paul Cammish
Browse files
Add forced time resync
parent
a70af70d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c65a90a
...
...
@@ -71,6 +71,7 @@ Build Repo:
image
:
kelduum/sympl-build-bullseye:v1
stage
:
Publish
script
:
-
ntpdate -s europe.pool.ntp.org
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
apt-get update && apt-get install -q -yy dpkg-dev git
-
git describe --all
...
...
@@ -98,6 +99,7 @@ Clean Install:
-
vbox:bullseye
stage
:
Test
script
:
-
ntpdate -s europe.pool.ntp.org
-
chmod -x $( which gitlab-runner )
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
autotest/enable_backports
...
...
@@ -124,6 +126,7 @@ Upgrade Stable:
-
vbox:bullseye
stage
:
Test
script
:
-
ntpdate -s europe.pool.ntp.org
-
chmod -x $( which gitlab-runner )
-
git describe --all
-
autotest/install_then_upgrade bullseye
...
...
@@ -145,6 +148,7 @@ Upgrade Testing:
-
vbox:bullseye
stage
:
Test
script
:
-
ntpdate -s europe.pool.ntp.org
-
chmod -x $( which gitlab-runner )
-
git describe --all
-
autotest/install_then_upgrade bullseye-testing
...
...
Write
Preview
Supports
Markdown
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