Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Wazuh version from VERSION file #122

Merged
merged 17 commits into from
Jan 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding -p flag to mkdir so it doesnt fail when the folder is already …
…present
  • Loading branch information
f-galland committed Jan 19, 2024
commit e7895fc8d38697d212c575fff07164974b1dd05b
2 changes: 1 addition & 1 deletion docker/ci/ci.sh
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ function main() {
case $1 in
up)
# Main folder created here to grant access to both containers
mkdir artifacts
mkdir -p artifacts
$compose_cmd up -d
;;
down)