Skip to content

Commit

Permalink
Still debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 25, 2021
1 parent e1d1ba2 commit f90a1ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.it
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ubuntu:latest
USER 0

LABEL org.opencontainers.image.source="https://github.com/markphelps/flipt"

Expand Down
2 changes: 1 addition & 1 deletion test/ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run()

cd "ui" && yarn install --frozen-lockfile

if [ -n "$CI"]; then
if [ -n "$CI" ]; then
id -u 1001
# need to install browser and deps for playwright
npx playwright install chromium chrome --with-deps
Expand Down

0 comments on commit f90a1ab

Please sign in to comment.