Skip to content

Commit

Permalink
change path for base
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippert, Alex committed Nov 21, 2023
1 parent 5775ee9 commit 40ed528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Push events on main branch
- develop
paths:
- base/*
- base/redhat-8/*

jobs:
makefile:
Expand Down
1 change: 1 addition & 0 deletions base/redhat-8/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ echo "
splunk ALL=NOPASSWD:ALL" >> /etc/sudoers
#
# customization

groupdel 20
echo 'alias ll="ls --color -al"' >> /etc/bashrc
echo 'alias cs="clear;ls -lsh"' >> /etc/bashrc
Expand Down

0 comments on commit 40ed528

Please sign in to comment.