mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 06:34:35 +03:00
Cleaning the repository before build to avoid infinite sbt compilation issue.
This commit is contained in:
parent
4465d63dd8
commit
7e2998bd27
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
|
28
.github/workflows/gui.yml
vendored
28
.github/workflows/gui.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- id: changed_files
|
||||
run: "git fetch\nlist=`git diff --name-only origin/develop HEAD | tr '\\n' ' '`\necho $list\necho \"::set-output name=list::'$list'\""
|
||||
- run: "if [[ ${{ contains(steps.changed_files.outputs.list,'CHANGELOG.md') || contains(github.event.head_commit.message,'[ci no changelog needed]') || contains(github.event.pull_request.body,'[ci no changelog needed]') || github.event.pull_request.user.login == 'dependabot' }} == false ]]; then exit 1; fi"
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -153,7 +153,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -187,7 +187,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -223,7 +223,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -270,7 +270,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -306,7 +306,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -342,7 +342,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -381,7 +381,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -418,7 +418,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -457,7 +457,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -493,7 +493,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
|
18
.github/workflows/nightly.yml
vendored
18
.github/workflows/nightly.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -144,7 +144,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -185,7 +185,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -229,7 +229,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -275,7 +275,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -316,7 +316,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -359,7 +359,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
|
6
.github/workflows/scala-new.yml
vendored
6
.github/workflows/scala-new.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -83,7 +83,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
clean: true
|
||||
- name: Build Script Setup
|
||||
run: "./run --help"
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user