Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
writeFrame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
writeFrame
Commits
c2ff3561
Unverified
Commit
c2ff3561
authored
Nov 02, 2021
by
Renovate Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update actions/checkout commit hash to ec3a7ce
Signed-off-by:
Renovate Bot
<
bot@renovateapp.com
>
parent
ca676748
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
nightly.yml
.github/workflows/nightly.yml
+1
-1
release.yml
.github/workflows/release.yml
+1
-1
test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/nightly.yml
View file @
c2ff3561
...
...
@@ -16,7 +16,7 @@ jobs:
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc-nightly
steps
:
-
name
:
Checkout
uses
:
actions/checkout@
1e204e9a9253d643386038d443f96446fa156a97
# renovate: tag=v2
uses
:
actions/checkout@
ec3a7ce113134d7a93b817d10a8272cb61118579
# renovate: tag=v2
-
name
:
Set date
run
:
echo TODAY=$(date +%Y%m%d) >> $GITHUB_ENV
...
...
.github/workflows/release.yml
View file @
c2ff3561
...
...
@@ -15,7 +15,7 @@ jobs:
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
steps
:
-
name
:
Checkout
uses
:
actions/checkout@
1e204e9a9253d643386038d443f96446fa156a97
# renovate: tag=v2
uses
:
actions/checkout@
ec3a7ce113134d7a93b817d10a8272cb61118579
# renovate: tag=v2
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
# renovate: tag=v1
...
...
.github/workflows/test.yml
View file @
c2ff3561
...
...
@@ -14,7 +14,7 @@ jobs:
env
:
BASE
:
${{ matrix.base }}
# needed in tests/version.sh
steps
:
-
uses
:
actions/checkout@
1e204e9a9253d643386038d443f96446fa156a97
# renovate: tag=v2
-
uses
:
actions/checkout@
ec3a7ce113134d7a93b817d10a8272cb61118579
# renovate: tag=v2
-
name
:
Build ${{ matrix.base }} image
run
:
docker build -f ${{ matrix.base }}/Dockerfile -t hedgedoc .
-
run
:
docker network create postgres
...
...
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