Skip to content

Commit afdb467

Browse files
authored
Update ci.yml CI=false
1 parent f3dec46 commit afdb467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install
2626

2727
- name: Build project
28-
run: yarn build
28+
run: CI=false yarn build
2929

3030
- name: Docker build
3131
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/nextlevel-front .

0 commit comments

Comments
 (0)