Skip to content

Commit

Permalink
Switch UID test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 20, 2024
1 parent de5bc6d commit 4dfae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Docker container to run the Maven Versions plugin.

[![Dockerfile](https://img.shields.io/badge/GitHub-Dockerfile-blue)](https://github.com/leplusorg/docker-maven-check-versions/blob/main/maven-check-versions/Dockerfile)
[![Docker Build](https://github.com/leplusorg/docker-maven-check-versions/workflows/Docker/badge.svg)](https://github.com/leplusorg/docker-maven-check-versions/actions?query=workflow:"Docker")
[![Docker Stars](https://img.shields.io/docker/stars/leplusorg/maven-check-versions)](https://hub.docker.com/r/leplusorg/maven-check-versions)
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/maven-check-versions)](https://hub.docker.com/r/leplusorg/maven-check-versions)
Expand Down
2 changes: 1 addition & 1 deletion maven-check-versions/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
build:
context: .
dockerfile: Dockerfile
command: "sh -c '[ $(id -u) -ne 0 ] && mvn -v'"
command: "sh -c '[ $$(id -u) -eq 1000 ] && mvn -v'"

0 comments on commit 4dfae95

Please sign in to comment.