Skip to content

Commit

Permalink
add author header vast script files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 24, 2024
1 parent b2a686b commit d1d9840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/vast/provision.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# File: provision.sh
# Author: Ryoichi Ando ([email protected])
# License: Apache v2.0

# Check if $1 is not set (empty)
if [ -z "$1" ]; then
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/vast/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# File: run.sh
# Author: Ryoichi Ando ([email protected])
# License: Apache v2.0

SSH=/tmp/vast-ci/ssh-command.sh
REMOTE_WORKDIR=/root/ppf-contact-solver
Expand Down

0 comments on commit d1d9840

Please sign in to comment.