Skip to content

Commit 0ab07d6

Browse files
committed
Try fix pipeline
1 parent 92b4553 commit 0ab07d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15+
- name: Run prepare scripts
16+
run: |
17+
bash scripts/extract_files.sh 4.2.9
18+
bash scripts/apply_diffs.sh
19+
1520
- name: Build the base Docker image
1621
run: docker build ldap-overleaf-sl --file ldap-overleaf-sl/Dockerfile --tag ldap-overleaf-sl:latest
1722

ldap-overleaf-sl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sharelatex/sharelatex:4.2
1+
FROM sharelatex/sharelatex:4.2.9
22
# FROM sharelatex/sharelatex:latest
33
# latest might not be tested
44
# e.g. the AuthenticationManager.js script had to be adapted after versions 2.3.1

0 commit comments

Comments
 (0)