Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-baseimage-ubuntu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Prosper
docker-baseimage-ubuntu
Commits
3fd28fdc
Commit
3fd28fdc
authored
4 years ago
by
LinuxServer-CI
Browse files
Options
Downloads
Patches
Plain Diff
Bot Updating Templated Files
parent
28f797a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/greetings.yml
+1
-1
1 addition, 1 deletion
.github/workflows/greetings.yml
.github/workflows/package_trigger_scheduler.yml
+1
-1
1 addition, 1 deletion
.github/workflows/package_trigger_scheduler.yml
Jenkinsfile
+1
-1
1 addition, 1 deletion
Jenkinsfile
with
3 additions
and
3 deletions
.github/workflows/greetings.yml
+
1
−
1
View file @
3fd28fdc
...
@@ -8,6 +8,6 @@ jobs:
...
@@ -8,6 +8,6 @@ jobs:
steps
:
steps
:
-
uses
:
actions/first-interaction@v1
-
uses
:
actions/first-interaction@v1
with
:
with
:
issue-message
:
'
Thanks
for
opening
your
first
issue
here!
Be
sure
to
follow
the
[
issue
templat
e](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/ISSUE_TEMPLATE
.md)
!'
issue-message
:
'
Thanks
for
opening
your
first
issue
here!
Be
sure
to
follow
the
[
bug](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/ISSUE_TEMPLATE/issue.bug.md)
or
[featur
e](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/ISSUE_TEMPLATE
/issue.feature.md)
issue
templates
!'
pr-message
:
'
Thanks
for
opening
this
pull
request!
Be
sure
to
follow
the
[pull
request
template](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
pr-message
:
'
Thanks
for
opening
this
pull
request!
Be
sure
to
follow
the
[pull
request
template](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
repo-token
:
${{ secrets.GITHUB_TOKEN }}
repo-token
:
${{ secrets.GITHUB_TOKEN }}
This diff is collapsed.
Click to expand it.
.github/workflows/package_trigger_scheduler.yml
+
1
−
1
View file @
3fd28fdc
...
@@ -2,7 +2,7 @@ name: Package Trigger Scheduler
...
@@ -2,7 +2,7 @@ name: Package Trigger Scheduler
on
:
on
:
schedule
:
schedule
:
-
cron
:
'
52
1
4
*
*
4
'
-
cron
:
'
34
4
*
*
2
'
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
...
...
This diff is collapsed.
Click to expand it.
Jenkinsfile
+
1
−
1
View file @
3fd28fdc
...
@@ -253,7 +253,7 @@ pipeline {
...
@@ -253,7 +253,7 @@ pipeline {
fi
fi
mkdir -p ${TEMPDIR}/gitbook
mkdir -p ${TEMPDIR}/gitbook
git clone https://github.com/linuxserver/docker-documentation.git ${TEMPDIR}/gitbook/docker-documentation
git clone https://github.com/linuxserver/docker-documentation.git ${TEMPDIR}/gitbook/docker-documentation
if [[ "${BRANCH_NAME}" == "master" ]] && [[ (! -f ${TEMPDIR}/gitbook/docker-documentation/images/docker-${CONTAINER_NAME}.md) || ("$(md5sum ${TEMPDIR}/gitbook/docker-documentation/images/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')") ]]; then
if [[
(
"${BRANCH_NAME}" == "master"
) || ("${BRANCH_NAME}" == "main")
]] && [[ (! -f ${TEMPDIR}/gitbook/docker-documentation/images/docker-${CONTAINER_NAME}.md) || ("$(md5sum ${TEMPDIR}/gitbook/docker-documentation/images/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')") ]]; then
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/docker-${CONTAINER_NAME}.md ${TEMPDIR}/gitbook/docker-documentation/images/
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/docker-${CONTAINER_NAME}.md ${TEMPDIR}/gitbook/docker-documentation/images/
cd ${TEMPDIR}/gitbook/docker-documentation/
cd ${TEMPDIR}/gitbook/docker-documentation/
git add images/docker-${CONTAINER_NAME}.md
git add images/docker-${CONTAINER_NAME}.md
...
...
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