Skip to content
Snippets Groups Projects
Commit e6bb694a authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

improves action

parent eca74cfa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export MAVEN_IMAGE=brunoe/maven:3.8.6-eclipse-temurin-17
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
CURRENT=$(pwd)
echo SCRIPT_DIR=$SCRIPT_DIR
echo PWD=$(pwd)
echo PWD=$CURRENT
docker run \
--env GITHUBLOGIN=$GITHUBLOGIN \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment