Some checks failed
/ publish (push) Failing after 6m37s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
9 lines
No EOL
102 B
Bash
9 lines
No EOL
102 B
Bash
#!/bin/bash
|
|
|
|
echo "Publish generique package"
|
|
|
|
PATH=${1}
|
|
USER=${2}
|
|
TOKEN=${3}
|
|
|
|
echo "${USER}:${TOKEN}" |