Skip to content

Commit 1cbc408

Browse files
committed
script: Add missing shebang
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 236b671 commit 1cbc408

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

script/stackenv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#!/bin/bash
2+
#
13
# Prep the testing environment by creating the required testing resources and
2-
# environment variables. This env is for theopenlab CI jobs, you might need
4+
# environment variables. This env is used for the CI jobs and you might need
35
# to modify this according to your setup
46

57
DEVSTACK_PATH=${DEVSTACK_PATH:-/opt/stack/new/devstack}

0 commit comments

Comments
 (0)