Skip to content

Commit

Permalink
Fix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed May 22, 2024
1 parent 33a4207 commit cedd4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function _clean(lifecycle) {
const payload = YAML.parse(body);
const cleanProfiles = payload.ormpipe?.profiles;
for (const profile of cleanProfiles) {
const features = _extractFeatures(profileName);
const features = _extractFeatures(profile);
for (const feature of features) {
const containerName = `ormpipe-${feature}-${profile}`;
const runContainersOutput = await $`docker ps -a --format '{{.Names}}'`.quiet();
Expand Down

0 comments on commit cedd4c7

Please sign in to comment.