Skip to content

Commit

Permalink
e2e: added openssl to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wirungu committed Mar 18, 2024
1 parent 8e8dbd0 commit bb180eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ generate target=default_deploy_target cli=default_cli:
mkdir -p ./{{ workspace_dir }}
rm -rf ./{{ workspace_dir }}/*
case {{ target }} in
"simple")
"simple" | "openssl")
nix shell .#contrast --command resourcegen {{ target }} ./{{ workspace_dir }}/deployment/deployment.yml
;;
*)
Expand All @@ -59,7 +59,7 @@ generate target=default_deploy_target cli=default_cli:
apply target=default_deploy_target:
#!/usr/bin/env bash
case {{ target }} in
"simple")
"simple" | "openssl")
:
;;
*)
Expand Down

0 comments on commit bb180eb

Please sign in to comment.