Skip to content
Snippets Groups Projects

Issue #1: Fix relative path

Merged Issue #1: Fix relative path
1 unresolved thread
Merged Rafael Dias requested to merge issue/2 into master
1 unresolved thread

Foi adicionado uma condição para verificar, quando indicado o caminho relativo será transformado para caminho absoluto em : manager.sh.

Signed-off-by: rafaelatc3sl rpd17@c3sl

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
15 15 task=$1
16 16 workspace=${2:-"./data"}
17 17
18 # transform relative path into absolute path,
19 # only when the path is indicated
20 if [[ $# -eq "2" ]]; then
  • mentioned in commit ed857932

  • Please register or sign in to reply
    Loading